home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': 'PSP 7 Preset Converter',
- 'Copyright': '',
- 'Description': 'Red Fill Lights preset',
- 'Host': 'Paint Shop Pro 8',
- 'Host Version': '8.00',
- }
-
- def Preset_Lights():
- return {
- 'GeneralSettings': {
- 'AutoActionMode': 0,
- 'ExecutionMode': 0
- },
- 'Lights': ((1, (255, 1, 1), (0, 0, 100, 1, 20, 89, 15, 0)), (0, (200, 200, 44), (-44, 70, 100, 225, 55, 1, 100, 70)), (0, (200, 44, 44), (70, 200, 100, 70, 0, 89, 100, 55)), (0, (0, 44, 70), (200, 45, 70, 55, 100, 89, 100, 0)), (0, (0, 10, 45), (200, 28, 45, 1, 0, 1, 90, 0))),
- 'SelButton': 0,
- 'Darkness': 30,
- }
-
- def Do(Environment):
- App.Do(Environment, 'Lights', Preset_Lights())
-